#feedback {
    display: none;
	background-color: #9db09f;
	width: 310px;
	height: 350px;
	position: fixed;
	bottom: 0;
	right: 20px;
	margin-bottom: -290px;
	z-index: 10000;
}
*html #feedback { /* ie6 hack */
	position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#feedback .section {
	background: url('img/bg.png') repeat-x top left;
	border: 1px solid #808f81;
	border-bottom: none;
	padding: 10px 25px 25px;
}
#feedback .color {
	float: left;
	height: 4px;
	width: 20%;
	overflow: hidden;
}
#feedback .color-1 {
	background-color: #d3b112;
}
#feedback .color-2 {
	background-color: #12b6d3;
}
#feedback .color-3 {
	background-color: #8fd317;
}
#feedback .color-4 {
	background-color: #ca57df;
}
#feedback .color-5 {
	background-color: #8ecbe7;
}
#feedback h6 {
	background: url("img/feedback.png") no-repeat;
	height: 38px;
	margin: 5px 0 12px;
	text-indent: -99999px;
	cursor: pointer;
}
#feedback .butmain2 {
	overflow: hidden;
	margin-bottom: 20px;
}
#feedback .butmain2 ul li {
	display: block;
	width: 100%;
	padding: 0px 0px 5px;
	overflow: hidden;
	vertical-align: middle;
}
#feedback .butmain2 ul li b {
	display: block;
	width: 28%;
	height: 30px;
	float: left;
	color: #666;
	line-height: 30px;
	font-weight: normal;
	overflow: hidden;
	text-align: right;
	font-size: 14px;
}
#feedback .butmain2 ul li span {
	display: block;
	width: 72%;
	float: left;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
}
#feedback .butmain2 ul li em {
	font-style: normal;
	color: #999;
	font-size: 14px;
	line-height: 30px;
	padding-left: 10px;
	overflow: hidden;
}
#feedback .butmain2 .mri02m_dd {
	width: 150px;
	height: 30px;
	border: 1px solid #D3D4D3;
	border-radius: 5px;
	font-size: 12px;
	padding: 0px 2px;
	overflow: hidden;
	margin-left: 5px;
	float: left;
	margin-right: 5px;
}
#feedback .butmain2 .mri02m_ly {
	width: 150px;
	height: 70px;
	border: 1px solid #D3D4D3;
	border-radius: 5px;
	padding: 0px 2px;
	overflow: auto;
	color: #B9B9B9;
	font-size: 12px;
	line-height: 22px;
	margin-left: 5px;
}
#feedback .submit {
	background: url("img/submit.png") no-repeat;
	border: none;
	display: block;
	height: 34px;
	margin: 20px auto 0;
	text-decoration: none;
	text-indent: -99999px;
	width: 91px;
}
#feedback .submit:hover {
	background-position: left bottom;
}
#feedback .submit.working {
	background-position: top right !important;
	cursor: default;
}
#feedback .message {
	font-family: Corbel, Arial, sans-serif;
	color: #5a665b;
	text-shadow: 1px 1px 0 #b3c2b5;
	margin-bottom: 20px;
}
#feedback .arrow {
	background: url('img/arrows.png') no-repeat;
	float: right;
	width: 23px;
	height: 18px;
	position: relative;
	top: 10px;
}
#feedback .arrow.down {
	background-position: left top;
}
#feedback h6:hover .down {
	background-position: left bottom;
}
#feedback .arrow.up {
	background-position: right top;
}
#feedback h6:hover .up {
	background-position: right bottom;
}
#feedback .response {
	font-size: 21px;
	margin-top: 70px;
	text-align: center;
	text-shadow: 2px 2px 0 #889889;
	color: #FCFCFC;
	display: block;
}
